Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

feat: Add controls feature to tweak the visualizer easier #1180

Merged
merged 34 commits into from
Feb 27, 2024

Conversation

panteleymonchuk
Copy link
Collaborator

Description of change

closes #1171

How the change has been tested

Enable feature controlsVisualiserEnabled in VisualizerInstance. Select value that need to be changed and press "apply".

Expected result:
Visualizer uses sat values.

Change checklist

Add an x to the boxes that are relevant to your changes, and delete any items that are not.

  • My code follows the contribution guidelines for this project
  • I have performed a self-review of my own code
  • I have commented my code, particularly in hard-to-understand areas
  • [] I have made corresponding changes to the documentation
  • [] I have added tests that prove my fix is effective or that my feature works
  • [] New and existing unit tests pass locally with my changes

VmMad and others added 5 commits February 23, 2024 14:54
Signed-off-by: Eugene Panteleymonchuk <[email protected]>
…-tilting' into feat/issues-1171-add-controls-for-visualizer

# Conflicts:
#	client/src/features/visualizer-threejs/CameraControls.tsx
Signed-off-by: Eugene Panteleymonchuk <[email protected]>
@panteleymonchuk panteleymonchuk changed the base branch from dev to feat/nova-visualizer/add-emitter-tilting February 23, 2024 15:48
@panteleymonchuk panteleymonchuk marked this pull request as ready for review February 23, 2024 15:49
panteleymonchuk and others added 2 commits February 23, 2024 17:50
Signed-off-by: Eugene Panteleymonchuk <[email protected]>
Copy link
Member

@VmMad VmMad left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Some suggestions

client/src/features/visualizer-threejs/ConfigControls.tsx Outdated Show resolved Hide resolved
client/src/features/visualizer-threejs/ConfigControls.tsx Outdated Show resolved Hide resolved
client/src/features/visualizer-threejs/ConfigControls.tsx Outdated Show resolved Hide resolved
client/src/features/visualizer-threejs/ConfigControls.tsx Outdated Show resolved Hide resolved
client/src/features/visualizer-threejs/ConfigControls.tsx Outdated Show resolved Hide resolved
client/src/features/visualizer-threejs/ConfigControls.tsx Outdated Show resolved Hide resolved
client/src/features/visualizer-threejs/ConfigControls.tsx Outdated Show resolved Hide resolved
client/src/features/visualizer-threejs/ConfigControls.tsx Outdated Show resolved Hide resolved
client/src/features/visualizer-threejs/Controls.scss Outdated Show resolved Hide resolved
panteleymonchuk and others added 2 commits February 26, 2024 14:21
Signed-off-by: Eugene Panteleymonchuk <[email protected]>
…-tilting' into feat/issues-1171-add-controls-for-visualizer

# Conflicts:
#	client/src/features/visualizer-threejs/utils.ts
@panteleymonchuk panteleymonchuk force-pushed the feat/issues-1171-add-controls-for-visualizer branch from a6991c3 to cba1854 Compare February 26, 2024 13:27
Base automatically changed from feat/nova-visualizer/add-emitter-tilting to dev February 26, 2024 16:37
Copy link
Member

@VmMad VmMad left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

A few more changes

client/src/features/visualizer-threejs/ConfigControls.tsx Outdated Show resolved Hide resolved
client/src/features/visualizer-threejs/ConfigControls.tsx Outdated Show resolved Hide resolved
Signed-off-by: Eugene Panteleymonchuk <[email protected]>
Copy link
Member

@VmMad VmMad left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM, just solve conflicts

@begonaalvarezd begonaalvarezd requested a review from VmMad February 27, 2024 14:34
Copy link
Member

@VmMad VmMad left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM

@begonaalvarezd begonaalvarezd merged commit 0876eb9 into dev Feb 27, 2024
4 of 6 checks passed
@begonaalvarezd begonaalvarezd deleted the feat/issues-1171-add-controls-for-visualizer branch February 27, 2024 14:41
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

[Task]: Add controls feature to tweak the visualizer easier
3 participants